type github.com/klauspost/compress/fse.bitWriter

12 uses

	github.com/klauspost/compress/fse (current package)
		bitwriter.go#L12: type bitWriter struct {
		bitwriter.go#L29: func (b *bitWriter) addBits16NC(value uint16, bits uint8) {
		bitwriter.go#L36: func (b *bitWriter) addBits16Clean(value uint16, bits uint8) {
		bitwriter.go#L45: func (b *bitWriter) addBits16ZeroNC(value uint16, bits uint8) {
		bitwriter.go#L58: func (b *bitWriter) flush() {
		bitwriter.go#L130: func (b *bitWriter) flush32() {
		bitwriter.go#L144: func (b *bitWriter) flushAlign() {
		bitwriter.go#L155: func (b *bitWriter) close() {
		bitwriter.go#L163: func (b *bitWriter) reset(out []byte) {
		compress.go#L81: 	bw         *bitWriter
		compress.go#L87: func (c *cState) init(bw *bitWriter, ct *cTable, tableLog uint8, first symbolTransform) {
		fse.go#L51: 	bw       bitWriter